home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMMAILBOXES / TFRMMAILBOXES.txt
Encoding:
Text File  |  2004-05-18  |  9.6 KB  |  354 lines

  1. object FrmMailboxes: TFrmMailboxes
  2.   Left = 377
  3.   Top = 586
  4.   Width = 182
  5.   Height = 267
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Mailboxes'
  9.   Color = clBtnFace
  10.   DragKind = dkDock
  11.   DragMode = dmAutomatic
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnHide = FormHide
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object PnlMain: TPanel
  27.     Left = 0
  28.     Top = 4
  29.     Width = 174
  30.     Height = 223
  31.     Align = alClient
  32.     BevelOuter = bvNone
  33.     ParentColor = True
  34.     TabOrder = 0
  35.     object MailTree: TElTree
  36.       Left = 0
  37.       Top = 19
  38.       Width = 174
  39.       Height = 204
  40.       Align = alClient
  41.       AlwaysKeepSelection = False
  42.       BackgroundType = bgtVertGradient
  43.       BorderStyle = bsNone
  44.       DragAllowed = True
  45.       DragRectAcceptColor = 11395500
  46.       DragRectDenyColor = 12040191
  47.       DragTrgDrawMode = ColorRect
  48.       FlatFocusedScrollbars = False
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -17
  52.       Font.Name = 'Arial'
  53.       Font.Style = []
  54.       GradientStartColor = clWhite
  55.       GradientEndColor = 16771306
  56.       HeaderHeight = 0
  57.       HeaderHotTrack = False
  58.       HeaderSections.Data = {
  59.         F4FFFFFF03000000641D740600000000FFFFFFFF00010101010063656E000000
  60.         000000001027000000000065C4879A0200000000000065720000000000000106
  61.         000000000000000000010000000000007263615C4643616C656E6461722E6466
  62.         6D0065729C1874069C18740630000000433A5C446174615C506F636F335F4261
  63.         7263615C4643616C656E6461722E6466900000000D0000004D61696C626F7820
  64.         4E616D650001000000000000000000000000641D740600000000FFFFFFFF0001
  65.         0101010063651E0000000A000000640000000000016574889A02010000000000
  66.         65720000000000000106000000000000000000010000000000007263615C4643
  67.         616C656E6461722E64666D0065729C1874069C18740630000000433A5C446174
  68.         615C506F636F335F42617263615C4643616C656E6461722E6466900000000200
  69.         0000540001000000000000000000000000641D740600000000FFFFFFFF000001
  70.         01010063651E00000000000000640000000000016534899A0202000000020065
  71.         720000000000000106000000000000000000010000000000007263615C464361
  72.         6C656E6461722E64666D0065729C1874069C18740630000000433A5C44617461
  73.         5C506F636F335F42617263615C4643616C656E6461722E646690000000020000
  74.         00550001000000000000000000000000}
  75.       HeaderFlat = True
  76.       HideHintOnTimer = True
  77.       HideSelectColor = clGray
  78.       HideSelectTextColor = clWhite
  79.       HideSelection = True
  80.       HorzScrollBarStyles.MinThumbSize = 16
  81.       HorzScrollBarStyles.NoSunkenThumb = True
  82.       HorzScrollBarStyles.ShowTrackHint = False
  83.       HorzScrollBarStyles.Width = 17
  84.       HorzScrollBarStyles.ButtonSize = 21
  85.       Images = ImagesMailbox
  86.       LineHeight = 21
  87.       LinesColor = clBtnShadow
  88.       LockHeaderHeight = True
  89.       MultiSelect = False
  90.       OwnerDrawByColumn = False
  91.       ParentFont = False
  92.       PopupMenu = Popup
  93.       RightClickSelect = False
  94.       ScrollTracking = True
  95.       ShowColumns = True
  96.       ShowLeafButton = False
  97.       ShowRoot = True
  98.       SortType = stCustom
  99.       StoragePath = 'Tree'
  100.       TabOrder = 0
  101.       TabStop = True
  102.       Tracking = False
  103.       UnderlineTracked = False
  104.       UseCustomScrollBars = False
  105.       VerticalLines = True
  106.       VertScrollBarStyles.Flat = False
  107.       VertScrollBarStyles.MinThumbSize = 8
  108.       VertScrollBarStyles.NoSunkenThumb = True
  109.       VertScrollBarStyles.ShowTrackHint = True
  110.       VertScrollBarStyles.ThumbSize = 18
  111.       VertScrollBarStyles.Width = 17
  112.       VertScrollBarStyles.ButtonSize = 21
  113.       VertScrollBarStyles.DrawBars = False
  114.       TextColor = clBtnText
  115.       BkColor = clBtnFace
  116.       OnItemExpand = MailTreeItemExpand
  117.       OnItemCollapse = MailTreeItemCollapse
  118.       OnShowLineHint = MailTreeShowLineHint
  119.       OnItemPicDraw = MailTreeItemPicDraw
  120.       OnItemSelectedChange = MailTreeItemSelectedChange
  121.       OnDragDrop = TreeViewDragDrop
  122.       OnDragOver = TreeViewDragOver
  123.       OnMouseMove = MailTreeMouseMove
  124.       OnMouseUp = MailTreeMouseUp
  125.       OnDblClick = MailTreeDblClick
  126.       OnKeyPress = MailTreeKeyPress
  127.       OnKeyUp = MailTreeKeyUp
  128.       OnContextPopup = MailTreeContextPopup
  129.     end
  130.     object PnlTop: TElPanel
  131.       Left = 0
  132.       Top = 0
  133.       Width = 174
  134.       Height = 19
  135.       BackgroundType = bgtHorzGradient
  136.       GradientEndColor = 16741719
  137.       GradientStartColor = 16750722
  138.       GradientSteps = 64
  139.       Align = alTop
  140.       BevelOuter = bvNone
  141.       UseXPThemes = False
  142.       TabOrder = 1
  143.       DockOrientation = doNoOrient
  144.       DesignSize = (
  145.         174
  146.         19)
  147.       object DivLine: TShape
  148.         Left = 0
  149.         Top = 18
  150.         Width = 174
  151.         Height = 1
  152.         Align = alBottom
  153.       end
  154.       object BtnClose: TElGraphicButton
  155.         Left = 156
  156.         Top = 2
  157.         Width = 14
  158.         Height = 14
  159.         Cursor = crDefault
  160.         MoneyFlat = True
  161.         MoneyFlatInactiveColor = clGray
  162.         MoneyFlatActiveColor = clBlack
  163.         MoneyFlatDownColor = clRed
  164.         Layout = blGlyphRight
  165.         NumGlyphs = 1
  166.         ShadowFollowsColor = False
  167.         ShadowsUseCustom = True
  168.         ShadowBtnHighlight = clYellow
  169.         ShadowBtnShadow = clBlack
  170.         ShadowBtnDkShadow = 33023
  171.         LinkStyle = [fsUnderline]
  172.         ThinFrame = True
  173.         UseXPThemes = False
  174.         Caption = 'X'
  175.         Font.Charset = DEFAULT_CHARSET
  176.         Font.Color = clWindowText
  177.         Font.Height = 15
  178.         Font.Name = 'Arial'
  179.         Font.Style = [fsBold]
  180.         ParentFont = False
  181.         OnClick = BtnCloseClick
  182.         Anchors = [akTop, akRight]
  183.         DockOrientation = doNoOrient
  184.       end
  185.       object BtnPop: TElPopupButton
  186.         Left = -2
  187.         Top = 1
  188.         Width = 131
  189.         Height = 16
  190.         Cursor = crDefault
  191.         DrawDefaultFrame = False
  192.         PullDownMenu = Popup
  193.         PopupPlace = ppRight
  194.         AdjustSpaceForGlyph = False
  195.         Flat = True
  196.         LinkStyle = [fsUnderline]
  197.         NumGlyphs = 1
  198.         ShowFocus = False
  199.         UseArrow = True
  200.         ThinFrame = True
  201.         Transparent = True
  202.         ShowBorder = False
  203.         UseXPThemes = False
  204.         Caption = 'Mailb&oxes'
  205.         TabStop = False
  206.         TabOrder = 0
  207.         Color = clBtnFace
  208.         ParentColor = False
  209.         Font.Charset = DEFAULT_CHARSET
  210.         Font.Color = clWindowText
  211.         Font.Height = 15
  212.         Font.Name = 'Arial'
  213.         Font.Style = []
  214.         ParentFont = False
  215.         OnClick = BtnPopClick
  216.         Anchors = [akLeft, akTop, akRight]
  217.         DockOrientation = doNoOrient
  218.         DoubleBuffered = False
  219.       end
  220.     end
  221.   end
  222.   object PnlShadow: TElPanel
  223.     Left = 0
  224.     Top = 0
  225.     Width = 174
  226.     Height = 4
  227.     BackgroundType = bgtVertGradient
  228.     GradientEndColor = clWindow
  229.     GradientStartColor = clSilver
  230.     Align = alTop
  231.     BevelOuter = bvNone
  232.     UseXPThemes = False
  233.     TabOrder = 1
  234.     Visible = False
  235.     DockOrientation = doNoOrient
  236.   end
  237.   object ImagesMailbox: TImageList
  238.     Left = 34
  239.     Top = 149
  240.   end
  241.   object Popup: TPopupMenu
  242.     OnPopup = PopupPopup
  243.     Left = 32
  244.     Top = 106
  245.     object MenuCurrentTab: TMenuItem
  246.       Caption = 'Open In Current Tab'
  247.       OnClick = MenuCurrentTabClick
  248.     end
  249.     object MenuNewTab: TMenuItem
  250.       Caption = 'Open In New Tab'
  251.       OnClick = MenuNewTabClick
  252.     end
  253.     object N4: TMenuItem
  254.       Caption = '-'
  255.     end
  256.     object NewMailbox1: TMenuItem
  257.       Caption = 'New &Mailbox...'
  258.       OnClick = BtnNewMailboxClick
  259.     end
  260.     object NewFolder1: TMenuItem
  261.       Caption = 'New &Sub-mailbox...'
  262.       OnClick = BtnNewFolderClick
  263.     end
  264.     object N5: TMenuItem
  265.       Caption = '-'
  266.     end
  267.     object NewNewsgroup1: TMenuItem
  268.       Caption = 'New Newsgroup...'
  269.     end
  270.     object NewNewsgroup2: TMenuItem
  271.       Caption = 'New Newsgroup Server...'
  272.     end
  273.     object N1: TMenuItem
  274.       Caption = '-'
  275.     end
  276.     object MenuMarkRead: TMenuItem
  277.       Caption = 'Mark All Read'
  278.       OnClick = MenuMarkReadClick
  279.     end
  280.     object MenuMarkUnread: TMenuItem
  281.       Caption = 'Mark All Unread'
  282.       OnClick = MenuMarkReadClick
  283.     end
  284.     object N6: TMenuItem
  285.       Caption = '-'
  286.     end
  287.     object Rename1: TMenuItem
  288.       Caption = 'Re&name'
  289.       ShortCut = 113
  290.       OnClick = Rename1Click
  291.     end
  292.     object Delete1: TMenuItem
  293.       Caption = '&Delete'
  294.       OnClick = BtnDeleteClick
  295.     end
  296.     object N2: TMenuItem
  297.       Caption = '-'
  298.     end
  299.     object EmptyTrash1: TMenuItem
  300.       Caption = 'Empty &Trash'
  301.       OnClick = EmptyTrash1Click
  302.     end
  303.     object EmptyFoundMailbox1: TMenuItem
  304.       Caption = 'Empty Search Mailbox'
  305.       OnClick = EmptyFoundMailbox1Click
  306.     end
  307.     object EmptyJunkMailbox1: TMenuItem
  308.       Caption = 'Empty Junk Mailbox'
  309.       OnClick = EmptyJunkMailbox1Click
  310.     end
  311.     object N3: TMenuItem
  312.       Caption = '-'
  313.     end
  314.     object Columns1: TMenuItem
  315.       Caption = 'Co&lumns'
  316.       object MenuTotal: TMenuItem
  317.         Caption = 'Show &Total Messages'
  318.         OnClick = MenuTotalClick
  319.       end
  320.       object MenuUnread: TMenuItem
  321.         Caption = 'Show &Unread Messages'
  322.         OnClick = MenuUnreadClick
  323.       end
  324.     end
  325.     object Refresh1: TMenuItem
  326.       Caption = '&Refresh'
  327.       Visible = False
  328.     end
  329.     object Properties1: TMenuItem
  330.       Caption = '&Properties...'
  331.       ShortCut = 32781
  332.       OnClick = Properties1Click
  333.     end
  334.   end
  335.   object ImagesFlags: TImageList
  336.     Width = 10
  337.     Left = 66
  338.     Top = 98
  339.   end
  340.   object TimerDelay: TTimer
  341.     Interval = 150
  342.     OnTimer = TimerDelayTimer
  343.     Left = 34
  344.     Top = 44
  345.   end
  346.   object TimerExpand: TTimer
  347.     Enabled = False
  348.     Interval = 2000
  349.     OnTimer = TimerExpandTimer
  350.     Left = 72
  351.     Top = 44
  352.   end
  353. end
  354.